home *** CD-ROM | disk | FTP | other *** search
/ Paramount Pictures Special Events / Paramount Pictures Special Events.iso / pc / contact.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-05-22  |  73 b   |  7 lines

  1. on(release){
  2.    tellTarget("/blah")
  3.    {
  4.       nextFrame();
  5.    }
  6. }
  7.